home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_2326 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  396b  |  22 lines

  1. on(release){
  2.    if(_root.draglej == 11)
  3.    {
  4.       _root.d_hostinskyd.i = "m32_4";
  5.    }
  6.    else if(_root.draglej == 1)
  7.    {
  8.       _root.d_hostinskyd.i = "item_n1";
  9.    }
  10.    else if(0 < _root.draglej)
  11.    {
  12.       _root.d_hostinskyd.i = "item_bad";
  13.    }
  14.    else
  15.    {
  16.       _root.d_hostinskyd.i = "start";
  17.    }
  18.    _root.stopdragall();
  19.    _root.hideall();
  20.    _root.items_hide();
  21. }
  22.